Programming with QuickTime VR

| Previous | Chapter contents | Chapter top | Section top | Next |

QTVRGetFrameAnimation

You can use the QTVRGetFrameAnimation function to get the current state of frame animation for an object node.

Boolean QTVRGetFrameAnimation (QTVRInstance qtvr);
qtvr
An instance of a QuickTime VR movie.
function result
A Boolean value that indicates whether frame animation is enabled for the specified object node ( true ) or not ( false ).

DESCRIPTION

The QTVRGetFrameAnimation function returns, as its function result, a Boolean value that indicates the current state of frame animation for the object node specified by the qtvr parameter.

SPECIAL CONSIDERATIONS

QTVRGetFrameAnimation is valid only for object nodes.

SEE ALSO

Use QTVREnableFrameAnimation (next) to set the state of frame animation for an object node.


© 1997 Apple Computer, Inc.

| Previous | Chapter contents | Chapter top | Section top | Next |